home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "{invalid_utf8=200}ek{invalid_utf8=225}{invalid_utf8=154} tu dlouho?";
- if(_root.menu.eng)
- {
- Text1 = "Have you been waiting here long time?";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B)
- {
- Text2 = "D{invalid_utf8=225}{invalid_utf8=154} si skleni{invalid_utf8=232}ku?";
- if(_root.menu.eng)
- {
- Text2 = "Do you like drink?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C)
- {
- Text3 = "To se n{invalid_utf8=225}m letos povedlo po{invalid_utf8=232}as{invalid_utf8=237}, co?";
- if(_root.menu.eng)
- {
- Text3 = "It\'s nice weather this year, isn\'t it?";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- Text4 = "Budu muset j{invalid_utf8=237}t";
- if(_root.menu.eng)
- {
- Text4 = "I have to go.";
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B;
- But3.Enabled = B1C;
- But4.Enabled = B1D;
-